home *** CD-ROM | disk | FTP | other *** search
/ One Click 14 / OneClick14.iso / Ferramentas / ExcelPipe 2.3 / excelpipe.exe / {app} / excelpipe.chm / common / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-05  |  2.0 KB  |  65 lines

  1. BODY {font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-weight: normal; color: #000000; background-color: #FFFFF8 }
  2. TD {font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-weight: normal; color: #000000}
  3. SELECT {font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-weight: normal; color: #000000}
  4. INPUT {font-family: Verdana, Tahoma, Arial; font-size: 8pt; font-weight: normal; color: #000000}
  5.  
  6. .btn{border-bottom:1px solid black;border-right:1px solid black;border-top:1px solid lavendaer;border-left:1px solid lavender;font-size:10pt;font-family:Verdana, Tahoma, Arial;
  7.      font-weight:bold;background-color:#316173;color:white;border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; padding:0em; }
  8.  
  9. a:link {color: #316173}   
  10. a:visited {color: #CE8282}
  11. A:hover {
  12.     Color: #333399
  13. }
  14.  
  15. H1{
  16. color:black; font-size: 14pt;
  17. }
  18.  
  19. .topheader { color: white; font-weight: bold; }
  20. .topheader A:visited { color: white; font-weight: bold; text-decoration: none; }
  21. .topheader A:link { color: white; font-weight: bold; text-decoration: none; }
  22. .topheader A:hover { color: red; font-weight: bold; text-decoration: none; }
  23.  
  24. .topmenus { color: white; }
  25. .topmenus A:link { color: white; }
  26. .topmenus A:hover { color: white; font-weight: bold; }
  27. .topmenus A:visited { color: white; }
  28.  
  29.  
  30. H1 {
  31.   color: black;
  32.   font-family: Verdana; 
  33.   height: 1.4em;
  34.   font-weight: lighter;
  35.   font-size: x-large; 
  36.   letter-spacing: -3px;
  37.   text-align: left; 
  38.   filter: shadow(color=#336699, direction=135, strength=7) 
  39.  
  40.  
  41. .off { 
  42.    border: 1px solid #FFFFF8; 
  43.    color: black; 
  44.    width: 100; 
  45.    height: 20; 
  46.    padding-left: 0.2em; 
  47.    text-align: left;
  48. .on { 
  49.    border: 1px solid black; 
  50.    background-color: #66ccff; 
  51.    width: 100; 
  52.    height: 20; 
  53.    padding-left: 0.2em; 
  54.    text-align: left;
  55.    cursor: hand
  56. }
  57.  
  58. .printonly { display:none }
  59. @media print { 
  60.     .dontprint { display:none }
  61.     .printonly { display:inline }
  62. }
  63.